home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mquery / mquery.frm < prev    next >
Text File  |  1995-05-02  |  27KB  |  999 lines

  1. VERSION 2.00
  2. Begin Form fQuery 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00C0C0C0&
  5.    BorderStyle     =   1  'Fixed Single
  6.    Caption         =   "Query Builder"
  7.    ClientHeight    =   5730
  8.    ClientLeft      =   1425
  9.    ClientTop       =   2145
  10.    ClientWidth     =   9195
  11.    ClipControls    =   0   'False
  12.    ControlBox      =   0   'False
  13.    Height          =   6135
  14.    Icon            =   MQUERY.FRX:0000
  15.    KeyPreview      =   -1  'True
  16.    Left            =   1365
  17.    LinkTopic       =   "Form1"
  18.    MaxButton       =   0   'False
  19.    MinButton       =   0   'False
  20.    ScaleHeight     =   5709.895
  21.    ScaleMode       =   0  'User
  22.    ScaleWidth      =   9625.69
  23.    Top             =   1800
  24.    Width           =   9315
  25.    Begin SSPanel PnlHelp 
  26.       Alignment       =   1  'Left Justify - MIDDLE
  27.       AutoSize        =   1  'AutoSize Panel Width To Caption
  28.       BackColor       =   &H0000FFFF&
  29.       BevelOuter      =   0  'None
  30.       BorderWidth     =   1
  31.       Font3D          =   0  'None
  32.       ForeColor       =   &H00FF0000&
  33.       Height          =   315
  34.       Left            =   3705
  35.       TabIndex        =   32
  36.       Top             =   1320
  37.       Visible         =   0   'False
  38.       Width           =   1965
  39.    End
  40.    Begin ListBox cColOrder 
  41.       BackColor       =   &H00C0C0C0&
  42.       Height          =   420
  43.       Left            =   6000
  44.       TabIndex        =   31
  45.       Top             =   1590
  46.       Width           =   3075
  47.    End
  48.    Begin CommandButton RunSaveQryButton 
  49.       Caption         =   "&Load Query"
  50.       Height          =   375
  51.       Left            =   4440
  52.       TabIndex        =   0
  53.       Top             =   4815
  54.       Width           =   1290
  55.    End
  56.    Begin CommandButton ExecSqlButton 
  57.       Caption         =   "&ExecSQL"
  58.       Height          =   375
  59.       Left            =   5835
  60.       TabIndex        =   1
  61.       Top             =   4815
  62.       Width           =   960
  63.    End
  64.    Begin SSPanel Panel3D1 
  65.       Align           =   2  'Align Bottom
  66.       Alignment       =   1  'Left Justify - MIDDLE
  67.       BackColor       =   &H0000FFFF&
  68.       BevelInner      =   1  'Inset
  69.       Font3D          =   0  'None
  70.       FontBold        =   -1  'True
  71.       FontItalic      =   0   'False
  72.       FontName        =   "Arial"
  73.       FontSize        =   9.75
  74.       FontStrikethru  =   0   'False
  75.       FontUnderline   =   0   'False
  76.       ForeColor       =   &H00FF0000&
  77.       Height          =   435
  78.       Left            =   0
  79.       TabIndex        =   29
  80.       Top             =   5295
  81.       Width           =   9195
  82.    End
  83.    Begin Frame Frame1 
  84.       BackColor       =   &H00C0C0C0&
  85.       Caption         =   "Display"
  86.       Height          =   495
  87.       Left            =   120
  88.       TabIndex        =   28
  89.       Top             =   4740
  90.       Width           =   3075
  91.       Begin OptionButton Option1 
  92.          BackColor       =   &H00C0C0C0&
  93.          Caption         =   "Grid"
  94.          Height          =   195
  95.          Index           =   0
  96.          Left            =   2100
  97.          TabIndex        =   19
  98.          Top             =   180
  99.          Value           =   -1  'True
  100.          Width           =   915
  101.       End
  102.       Begin OptionButton Option1 
  103.          BackColor       =   &H00C0C0C0&
  104.          Caption         =   "Record"
  105.          Height          =   195
  106.          Index           =   1
  107.          Left            =   840
  108.          TabIndex        =   18
  109.          Top             =   180
  110.          Width           =   975
  111.       End
  112.    End
  113.    Begin PictureBox ExpressionBox 
  114.       BackColor       =   &H00C0C0C0&
  115.       Height          =   1095
  116.       Left            =   120
  117.       ScaleHeight     =   1065
  118.       ScaleWidth      =   9705
  119.       TabIndex        =   24
  120.       Tag             =   "OL"
  121.       Top             =   240
  122.       Width           =   9735
  123.       Begin CommandButton GetValuesButton 
  124.          Caption         =   "List Possible &Values"
  125.          Height          =   252
  126.          Left            =   5955
  127.          TabIndex        =   17
  128.          Top             =   720
  129.          Width           =   2292
  130.       End
  131.       Begin ComboBox cValue 
  132.          BackColor       =   &H00C0C0C0&
  133.          Height          =   300
  134.          Left            =   5580
  135.          Sorted          =   -1  'True
  136.          TabIndex        =   14
  137.          Text            =   "cValue"
  138.          Top             =   375
  139.          Width           =   3330
  140.       End
  141.       Begin ComboBox cOperator 
  142.          BackColor       =   &H00C0C0C0&
  143.          Height          =   300
  144.          Left            =   4320
  145.          Style           =   2  'Dropdown List
  146.          TabIndex        =   13
  147.          Top             =   360
  148.          Width           =   1095
  149.       End
  150.       Begin ComboBox cField 
  151.          BackColor       =   &H00C0C0C0&
  152.          Height          =   300
  153.          Left            =   120
  154.          Style           =   2  'Dropdown List
  155.          TabIndex        =   12
  156.          Top             =   360
  157.          Width           =   4095
  158.       End
  159.       Begin CommandButton ORButton 
  160.          Caption         =   "&Or into Criteria"
  161.          Height          =   252
  162.          Left            =   2040
  163.          TabIndex        =   16
  164.          Top             =   720
  165.          Width           =   1812
  166.       End
  167.       Begin CommandButton ANDButton 
  168.          Caption         =   "&And into Criteria"
  169.          Height          =   252
  170.          Left            =   120
  171.          TabIndex        =   15
  172.          Tag             =   "Are you paying attention!!!!"
  173.          Top             =   720
  174.          Width           =   1812
  175.       End
  176.       Begin Label OperatorLabel 
  177.          BackColor       =   &H00C0C0C0&
  178.          Caption         =   "Operator:"
  179.          Height          =   195
  180.          Left            =   4320
  181.          TabIndex        =   27
  182.          Top             =   120
  183.          Width           =   975
  184.       End
  185.       Begin Label ValueLabel 
  186.          BackColor       =   &H00C0C0C0&
  187.          Caption         =   "Value:"
  188.          Height          =   195
  189.          Left            =   5520
  190.          TabIndex        =   26
  191.          Top             =   120
  192.          Width           =   1455
  193.       End
  194.       Begin Label FieldNameLabel 
  195.          BackColor       =   &H00C0C0C0&
  196.          Caption         =   "Field Name:"
  197.          Height          =   192
  198.          Left            =   120
  199.          TabIndex        =   25
  200.          Top             =   120
  201.          Width           =   1332
  202.       End
  203.    End
  204.    Begin CommandButton JoinButton 
  205.       Caption         =   "Set Table &Joins"
  206.       Height          =   255
  207.       Left            =   6240
  208.       TabIndex        =   10
  209.       Top             =   2670
  210.       Width           =   2535
  211.    End
  212.    Begin ListBox cJoinFields 
  213.       BackColor       =   &H00C0C0C0&
  214.       Height          =   420
  215.       Left            =   6000
  216.       TabIndex        =   11
  217.       Tag             =   "OL"
  218.       Top             =   2970
  219.       Width           =   3135
  220.    End
  221.    Begin ComboBox cOrderByField 
  222.       BackColor       =   &H00C0C0C0&
  223.       Height          =   300
  224.       Left            =   6000
  225.       Style           =   2  'Dropdown List
  226.       TabIndex        =   9
  227.       Tag             =   "OL"
  228.       Top             =   2310
  229.       Width           =   3135
  230.    End
  231.    Begin ListBox cTableList 
  232.       BackColor       =   &H00C0C0C0&
  233.       Height          =   1590
  234.       Left            =   120
  235.       MultiSelect     =   1  'Simple
  236.       TabIndex        =   6
  237.       Tag             =   "OL"
  238.       Top             =   1680
  239.       Width           =   2175
  240.    End
  241.    Begin ListBox cShowFields 
  242.       BackColor       =   &H00C0C0C0&
  243.       Height          =   1590
  244.       Left            =   2415
  245.       MultiSelect     =   1  'Simple
  246.       TabIndex        =   7
  247.       Tag             =   "OL"
  248.       Top             =   1650
  249.       Width           =   3510
  250.    End
  251.    Begin CommandButton CloseButton 
  252.       Cancel          =   -1  'True
  253.       Captio